infobar: deprecate broken GtkInfoBar style properties
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 30 Apr 2012 21:09:18 +0000 (17:09 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 30 Apr 2012 21:14:44 +0000 (17:14 -0400)
commitcdf473ec100d23ea6a9a8750ad301307a116b674
tree5a3c1f3248d8b28e2d44a6e65d0a678499d676b5
parent0aa989ae76d0d080eae16b8a4fde59aca1227cc4
infobar: deprecate broken GtkInfoBar style properties

The way we use these style properties to set regular properties on
containers accessible from the public API is really just broken, and
could lead to undefined values for the spacing and border-width
container properties (since they could be set from public API and then
changed from under in a style_update handler from GTK).

Take this as an occasion to deprecate these style properties, which do
not make a lot of sense anyway, now that GtkInfoBar supports regular CSS
padding and border.
gtk/gtkinfobar.c